gempy.core.data.GemPyEngineConfig

class gempy.core.data.GemPyEngineConfig(backend: gempy_engine.config.AvailableBackends = <AvailableBackends.numpy: 1>, use_gpu: bool = False, dtype: Optional[str] = None)[source]

Examples using gempy.core.data.GemPyEngineConfig

Perth basin.

Perth basin.

Methods

__init__([backend, use_gpu, dtype])

Attributes

backend

dtype

The data type used in the engine.

use_gpu

dtype: str | None = None

The data type used in the engine. If None, the default data type of the backend is used.

__init__(backend: AvailableBackends = AvailableBackends.numpy, use_gpu: bool = False, dtype: str | None = None) None